'Declaration
Public Overridable Sub AttachPopupEditor( _ ByVal editor As E, _ ByVal group As PropertyGroup, _ ByVal valueChanged As Action(Of E,Object) _ )
public virtual void AttachPopupEditor( E editor, PropertyGroup group, Action<E,object> valueChanged )
Parameters
- editor
- The editor being attached.
- group
- The group to be attached.
- valueChanged
- Callback used to notify the editor changed.